home *** CD-ROM | disk | FTP | other *** search
/ Wayzata's Best of Shareware PC/Windows 1 / Wayzata's Best of Shareware for PC-Windows - Release 1 - Wayzata Technology (1993).iso / mac / DOS / GRAPHICS / LISS151 / LISSAJOU.MAK < prev    next >
Text File  |  1992-03-17  |  512b  |  17 lines

  1. liss.exe: lissajou.obj output.obj error_fn.obj field.obj
  2. # /c  case sensitive
  3. # /d  warn duplicate symbols in libraries
  4. # /x  no map file
  5.     tlink /c /d /x c:\program\tcp\lib\c0l lissajou output error_fn field \program\tcp\egavga, liss,, @lisslibs
  6.  
  7. # optimal tcc parameters:  -d -k- -O
  8. #    -d   merge literal strings
  9. #    -k-  turn off standard stack frame (can't debug then)
  10. #    -O   optimizations
  11. #    -c   don't link
  12. #    -C   Allow nested comments
  13.  
  14. .c.obj:
  15.     tcc -ml -d -k- -O -c -C $<
  16.  
  17.